home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-10-20 | 2.2 KB | 76 lines |
- ; NETW926.INF
- ;
- ; Winbond W89C926 Based PCMCIA Network Interface Cards
- ;
- ; Copyright Winbond Electronic Corporation
-
- [Version]
- Signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- LayoutFile = layout.inf
- Provider = %Msft%
- DriverVer=10/20/1999,1.50.1381.1
-
- [Manufacturer]
- %V_Winbond%= Winbond
-
- [ControlFlags]
- ExcludeFromSelect = PCMCIA\PCMCIA-ETHERNET-389C, \
- PCMCIA\PCMCIA-ETHERNET2-092D
-
- [Winbond]
- %w89c926.DeviceDesc% = w89c926.ndi, PCMCIA\PCMCIA-ETHERNET-389C ; Winbond W89C926 PCMCIA
- %w89c926.DeviceDesc% = w89c926.ndi, PCMCIA\PCMCIA-ETHERNET2-092D ; Winbond W89C926 PCMCIA
-
- ;-------------------------------------------------------------------------------
- ; Winbond W89C926 Based PCMCIA Ethernet Adapter
- ;
- [W89C926.ndi]
- AddReg = W89C926.reg
- Characteristics = 0x04
- BusType = 8
- CopyFiles = w926nd.CopyFiles
-
- [w89c926.ndi.Services]
- AddService = w926nd, 2, w926nd.Service, common.EventLog
-
- ;-------------------------------------------------------------------------------
- ; W89C926 Interfaces and Service
- ;
- [W89C926.reg]
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
- HKR, Ndi, Service, 0, "w926nd"
-
- [w926nd.CopyFiles]
- w926nd.sys,,,2
-
- [w926nd.Service]
- DisplayName = %w926nd.Service.DispName%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\w926nd.sys
- LoadOrderGroup = NDIS
-
- [common.EventLog]
- AddReg = common.AddEventLog.reg
-
- [common.AddEventLog.reg]
- HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR, , TypesSupported, 0x00010001, 7
-
- [DestinationDirs]
- w926nd.CopyFiles = 12
-
- ;-------------------------------------------------------------------------------
- ; Localizable Strings
- ;
- [Strings]
- Msft = "Microsoft"
- V_Winbond = "Winbond Electronics Corporation"
- w89c926.DeviceDesc = "Winbond W89C926 Based PCMCIA Ethernet Adapter"
- w926nd.Service.DispName = "Winbond W89C926 Based PCMCIA Ethernet Adapter NT Driver"
-
-